contains_all
Check if this collection contains all elements of another collection.
Return
true
if this collection contains all elements of the given collection, false
otherwise
Since
0.9.0
Parameters
values
the collection to check against
Check if this collection contains all elements of another collection.
true
if this collection contains all elements of the given collection, false
otherwise
0.9.0
the collection to check against